projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6065389
)
(push_key_description): Print C-j, not TAB.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Jan 1997 07:07:20 +0000
(07:07 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 17 Jan 1997 07:07:20 +0000
(07:07 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 3443b71ef5187ed143f5ebef9674a379e4dac211..71713a1e6350f9ca38789cc611a485ada77d29d0 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-1566,13
+1566,7
@@
push_key_description (c, p)
*p++ = 'A';
*p++ = 'B';
}
- else if (c == Ctl('J'))
- {
- *p++ = 'L';
- *p++ = 'F';
- *p++ = 'D';
- }
- else if (c == Ctl('M'))
+ else if (c == Ctl ('M'))
{
*p++ = 'R';
*p++ = 'E';